AuthenticationResponse

data class AuthenticationResponse(val customAccount: CustomAccountResponse, val googleAccount: GoogleAccountResponse)

Scan authentication configuration.

Constructors

Link copied to clipboard
constructor(customAccount: CustomAccountResponse, googleAccount: GoogleAccountResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication using a custom account.

Link copied to clipboard

Authentication using a Google account.