Skip to content

Instantly share code, notes, and snippets.

View hoekma's full-sized avatar

hoekma hoekma

View GitHub Profile
@hoekma
hoekma / keybase.md
Created April 18, 2019 00:55
Keybase

Keybase proof

I hereby claim:

  • I am hoekma on github.
  • I am hoekma (https://keybase.io/hoekma) on keybase.
  • I have a public key ASCUr2U3Px06J0hBNcwvfBI0HNTkjwCVRHlHVVN335zZEAo

To claim this, I am signing this object:

@hoekma
hoekma / GoogleJsonWebSignature.cs
Created June 19, 2017 01:01
Requested change for Google.Apis.Auth.GoogleJssonWebSignature.Payload
/// <summary>
/// The payload as specified in
/// https://developers.google.com/accounts/docs/OAuth2ServiceAccount#formingclaimset.
/// </summary>
public class Payload : JsonWebSignature.Payload {
/// <summary>
/// a space-delimited list of the permissions the application requests or <c>null</c>.
/// </summary>
[Newtonsoft.Json.JsonPropertyAttribute("scope")]
public string Scope { get; set; }