GetClientOpenIdUserInfoResult

data class GetClientOpenIdUserInfoResult(val email: String, val id: String)

A collection of values returned by getClientOpenIdUserInfo.

Constructors

Link copied to clipboard
constructor(email: String, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email of the account used by the provider to authenticate with GCP.

Link copied to clipboard
val id: String