Features
Specifies which features are enabled for this API instance.
type Features {
demoEnabled: Boolean!
devToolsEnabled: Boolean!
faceCheckEnabled: Boolean!
findTenantIdentities: Boolean!
oidcEnabled: Boolean!
}
Fields
Features.demoEnabled
● Boolean!
non-null scalar
Indicates whether the demo features (presentation demo page, authn demo page, .etc) are available.
Features.devToolsEnabled
● Boolean!
non-null scalar
Indicates whether the API dev tools (Apollo sandbox, introspection, PKCE) are available.
Features.faceCheckEnabled
● Boolean!
non-null scalar
Indicates whether the face check features (i.e. issuing credentials with face check photo, .etc) are available
Features.findTenantIdentities
● Boolean!
non-null scalar
Indicates whether the API instance is configured to support finding home tenant identities via the findTenantIdentities query.
Features.oidcEnabled
● Boolean!
non-null scalar
Indicates whether the OIDC provider is available.
Member Of
Discovery
object