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)
Constructors
Link copied to clipboard
fun GetOauthIdpConfigResult(clientId: String, clientSecret: String, displayName: String, enabled: Boolean, issuer: String, name: String, responseType: GoogleCloudIdentitytoolkitAdminV2OAuthResponseTypeResponse)