Class ISN_ASAuthorizationOpenIDRequest
An OpenID authorization request.
Inheritance
System.Object
ISN_ASAuthorizationOpenIDRequest
Namespace: SA.iOS.AuthenticationServices
Assembly: cs.temp.dll.dll
Syntax
public abstract class ISN_ASAuthorizationOpenIDRequest : ISN_ASAuthorizationRequest
Methods
SetRequestedScopes(IEnumerable<ISN_ASAuthorizationScope>)
The contact information to be requested from the user during authentication.
Declaration
public void SetRequestedScopes(IEnumerable<ISN_ASAuthorizationScope> scopes)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ISN_ASAuthorizationScope> | scopes | Authorization Scopes list |