Success

class Success(val token: String) : AuthProvider.Result

The connection utilizes single sign-on (SSO) authentication and a token is available.

Parameters

token
The access token to use to authenticate the connection.

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard