BackendServiceIAPOAuth2ClientInfoResponse

data class BackendServiceIAPOAuth2ClientInfoResponse(val applicationName: String, val clientName: String, val developerEmailAddress: String)

Constructors

fun BackendServiceIAPOAuth2ClientInfoResponse(applicationName: String, clientName: String, developerEmailAddress: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Application name to be used in OAuth consent screen.

Link copied to clipboard

Name of the client to be generated. Optional - If not provided, the name will be autogenerated by the backend.

Link copied to clipboard

Developer's information to be used in OAuth consent screen.