コード例 #1
0
 public UberOAuthCredentials(string clientId, string clientSecret, UberOAuthGrantType grantType)
 {
     this.ClientId     = clientId;
     this.ClientSecret = clientSecret;
     this.Scope        = "request";
     this.Code         = String.Empty;
     this.GrantType    = grantType;
 }
コード例 #2
0
 public UberOAuthCredentials(string clientId, string clientSecret, UberOAuthGrantType grantType)
 {
     this.ClientId = clientId;
     this.ClientSecret = clientSecret;
     this.Scope = "request";
     this.Code = String.Empty;
     this.GrantType = grantType;
 }