OAuthSettings

class OAuthSettings(var apiKey: String, var apiSecret: String, var credentialType: String, var redirectUri: String, var isRedirect: Boolean = false) : Serializable

Class that defines the properties needed to perform on-device authentication

Constructors

Link copied to clipboard
constructor(apiKey: String, apiSecret: String, credentialType: String, redirectUri: String, isRedirect: Boolean = false)

Properties

Link copied to clipboard

The Client Key

Link copied to clipboard

The Client Secret

Link copied to clipboard

The Client type

Link copied to clipboard

The boolean that determines whether or not the authorizationGrant endpoint will issue a redirect.

Link copied to clipboard

Computed value that returns true if OAuthSettings properties are valid

Link copied to clipboard

The redirect URL that correlates to client