Auth

data class Auth(val code: AuthCode?, val state: String?, val error: String?, val errorDescription: String?)

Constructors

Link copied to clipboard
constructor(code: AuthCode?, state: String?, error: String?, errorDescription: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard