OAuth2ContextStore
open class OAuth2ContextStore
Class, internally used, to store current authorization context, such as state and redirect-url.
-
Currently used redirect_url.
Declaration
Swift
open var redirectURL: String? -
The state sent to the server when requesting a token.
We internally generate a UUID and use the first 8 chars if
_stateis empty.Declaration
Swift
open var state: String
View on GitHub
Install in Dash
OAuth2ContextStore Class Reference