Get Oauth Idp Config Result
data class GetOauthIdpConfigResult(val clientId: String, val clientSecret: String, val displayName: String, val enabled: Boolean, val issuer: String, val name: String, val responseType: GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeResponse)
Properties
Link copied to clipboard
The client secret of the OAuth client, to enable OIDC code flow.
Link copied to clipboard
The config's display name set by developers.
Link copied to clipboard
The response type to request for in the OAuth authorization flow. You can set either id_token
or code
to true, but not both. Setting both types to be simultaneously true ({code: true, id_token: true}
) is not yet supported.