public static Create ( string authBaseUri, string clientId, string clientSecret, IEnumerable |
||
authBaseUri | string | The base auth URI e.g. https://auth.alitudeangel.com |
clientId | string | Your client ID |
clientSecret | string | Your client secret |
scopes | IEnumerable |
Requested scopes |
existingState | DotNetOpenAuth.OAuth2.AuthorizationState | (optional) An existing state object from a previous session. May be null. |
리턴 |