AuthenticationDetails

data class AuthenticationDetails(val authenticationUrl: String)

Data class representing the authentication details needed to trigger an authentication.

Constructors

Link copied to clipboard
constructor(authenticationUrl: String)

Properties

Link copied to clipboard

The URL to which initiates the Authorization Code Flow. Important: Authorization Code Flow should only be performed through an external user-agent, such as a web browser or CustomTabs. Full security recommendations are outlined in RFC 8252.