Packagecom.distriqt.extension.applesignin
Classpublic class AppleSignInOptions
InheritanceAppleSignInOptions Inheritance Object

Sets available options for the Apple Sign-In process



Public Properties
 PropertyDefined By
  clientId : String
AppleSignInOptions
  redirectUrl : String
AppleSignInOptions
  scopes : Array
The contact information to be requested from the user.
AppleSignInOptions
  shouldRetrieveTokens : Boolean = false
AppleSignInOptions
  state : String
State to be passed to the identity provider.
AppleSignInOptions
Public Methods
 MethodDefined By
  
AppleSignInOptions
  
AppleSignInOptions
  
AppleSignInOptions
  
AppleSignInOptions
  
AppleSignInOptions
  
AppleSignInOptions
Property Detail
clientIdproperty
public var clientId:String

redirectUrlproperty 
public var redirectUrl:String

scopesproperty 
public var scopes:Array

The contact information to be requested from the user. Only scopes for which this app was authorized for will be returned

shouldRetrieveTokensproperty 
public var shouldRetrieveTokens:Boolean = false

stateproperty 
public var state:String

State to be passed to the identity provider. This value will be returned as a part of successful authorization response

Constructor Detail
AppleSignInOptions()Constructor
public function AppleSignInOptions()



Method Detail
setClientId()method
public function setClientId(clientId:String):AppleSignInOptions

Parameters

clientId:String

Returns
AppleSignInOptions
setRedirectUrl()method 
public function setRedirectUrl(redirectUrl:String):AppleSignInOptions

Parameters

redirectUrl:String

Returns
AppleSignInOptions
setRequestedScopes()method 
public function setRequestedScopes(scopes:Array):AppleSignInOptions

Parameters

scopes:Array

Returns
AppleSignInOptions
setShouldRetrieveTokens()method 
public function setShouldRetrieveTokens(value:Boolean):AppleSignInOptions

Parameters

value:Boolean

Returns
AppleSignInOptions
setState()method 
public function setState(state:String):AppleSignInOptions

Parameters

state:String

Returns
AppleSignInOptions