Application Iap
data class ApplicationIap(val enabled: Boolean? = null, val oauth2ClientId: String, val oauth2ClientSecret: String, val oauth2ClientSecretSha256: String? = null)
Properties
Link copied to clipboard
OAuth2 client ID to use for the authentication flow.
Link copied to clipboard
OAuth2 client secret to use for the authentication flow. The SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field.
Link copied to clipboard
Hex-encoded SHA-256 hash of the client secret.