AuthenticationResponse

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

Scan authentication configuration.

Constructors

Link copied to clipboard

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.

Link copied to clipboard

Authentication using Identity-Aware-Proxy (IAP).