AuthResult

@Serializable
data class AuthResult(val credentialId: String, val accessToken: String, val refreshToken: String)

Result of a successful authentication. Flutter-facing DTO - exposed via code generation.

Constructors

Link copied to clipboard
constructor(credentialId: String, accessToken: String, refreshToken: String)

Properties

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