OAuthSettings
class OAuthSettings(apiKey: String, apiSecret: String, credentialType: String, redirectUri: String, isRedirect: Boolean) : Serializable
Content copied to clipboard
Class that defines the properties needed to perform on-device authentication
Constructors
OAuthSettings
Link copied to clipboard
Properties
credentialType
Link copied to clipboard
isRedirect
Link copied to clipboard
isValid
Link copied to clipboard
Computed value that returns true if OAuthSettings properties are valid
redirectUri
Link copied to clipboard