Show / Hide Table of Contents

Class ISN_ASAuthorizationOpenIDRequest

An OpenID authorization request.

Inheritance
System.Object
ISN_ASAuthorizationRequest
ISN_ASAuthorizationOpenIDRequest
ISN_IASAuthorizationAppleIDRequest
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

In This Article
Back to top Generated by DocFX