AuthData

data class AuthData(val code: String, val session_state: String)

Authentication data data class which is used to hold the authentication data of a successful authentication flow.

Parameters

code

Code of the authentication flow

session_state

Session state of the authentication flow

Constructors

Link copied to clipboard
constructor(code: String, session_state: String)

Properties

Link copied to clipboard
Link copied to clipboard