GoogleAuthType

enum GoogleAuthType : Enum<GoogleAuthType>

This enum contains the list of Google authentication types supported by App Services.

See:Google Authentication

Entries

ID_TOKEN
Link copied to clipboard
This signals that an OpenID Connect OAuth 2.0 login flow is to be used.
AUTH_CODE
Link copied to clipboard
This signals that an Authentication Code OAuth 2.0 login flow is to be used.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int