| Package | com.distriqt.extension.applesignin |
| Class | public class AppleSignInOptions |
| Inheritance | AppleSignInOptions Object |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| AppleSignInOptions | |||
setClientId(clientId:String):AppleSignInOptions | AppleSignInOptions | ||
setRedirectUrl(redirectUrl:String):AppleSignInOptions | AppleSignInOptions | ||
setRequestedScopes(scopes:Array):AppleSignInOptions | AppleSignInOptions | ||
setShouldRetrieveTokens(value:Boolean):AppleSignInOptions | AppleSignInOptions | ||
setState(state:String):AppleSignInOptions | AppleSignInOptions | ||
| clientId | property |
public var clientId:String| redirectUrl | property |
public var redirectUrl:String| scopes | property |
public var scopes:ArrayThe contact information to be requested from the user. Only scopes for which this app was authorized for will be returned
| shouldRetrieveTokens | property |
public var shouldRetrieveTokens:Boolean = false| state | property |
public var state:StringState to be passed to the identity provider. This value will be returned as a part of successful authorization response
| AppleSignInOptions | () | Constructor |
public function AppleSignInOptions()| setClientId | () | method |
public function setClientId(clientId:String):AppleSignInOptionsParameters
clientId:String |
AppleSignInOptions |
| setRedirectUrl | () | method |
public function setRedirectUrl(redirectUrl:String):AppleSignInOptionsParameters
redirectUrl:String |
AppleSignInOptions |
| setRequestedScopes | () | method |
public function setRequestedScopes(scopes:Array):AppleSignInOptionsParameters
scopes:Array |
AppleSignInOptions |
| setShouldRetrieveTokens | () | method |
public function setShouldRetrieveTokens(value:Boolean):AppleSignInOptionsParameters
value:Boolean |
AppleSignInOptions |
| setState | () | method |
public function setState(state:String):AppleSignInOptionsParameters
state:String |
AppleSignInOptions |