IdentityProviderLinkType
No description
type IdentityProviderLinkType {
codeVerifier: String!
displayName: String!
keycloakAlias: String!
loginUrl: String!
}
Fields
IdentityProviderLinkType.codeVerifier
● String!
non-null scalar
The code verifier for PKCE authentication flow (optional)
IdentityProviderLinkType.displayName
● String!
non-null scalar
The display name of the identity provider
IdentityProviderLinkType.keycloakAlias
● String!
non-null scalar
The alias of the identity provider
IdentityProviderLinkType.loginUrl
● String!
non-null scalar
The login URL for the identity provider