SettingsAccessSettingsOauthSettings

data class SettingsAccessSettingsOauthSettings(val loginHint: String? = null, val programmaticClients: List<String>? = null)

Constructors

Link copied to clipboard
constructor(loginHint: String? = null, programmaticClients: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val loginHint: String? = null

Domain hint to send as hd=? parameter in OAuth request flow. Enables redirect to primary IDP by skipping Google's login screen. (https://developers.google.com/identity/protocols/OpenIDConnect#hd-param) Note: IAP does not verify that the id token's hd claim matches this value since access behavior is managed by IAM policies.

Link copied to clipboard

List of client ids allowed to use IAP programmatically.