Uses of Class
org.openapitools.client.model.WellKnownAppAuthenticatorConfiguration
Packages that use WellKnownAppAuthenticatorConfiguration
-
Uses of WellKnownAppAuthenticatorConfiguration in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type WellKnownAppAuthenticatorConfigurationModifier and TypeMethodDescriptionAuthenticatorApi.getWellKnownAppAuthenticatorConfiguration
(String oauthClientId) Retrieve the Well-Known App Authenticator Configuration Retrieves the well-known app authenticator configuration, which includes an app authenticator's settings, supported methods and various other configuration detailsAuthenticatorApi.getWellKnownAppAuthenticatorConfiguration
(String oauthClientId, Map<String, String> additionalHeaders) Retrieve the Well-Known App Authenticator Configuration Retrieves the well-known app authenticator configuration, which includes an app authenticator's settings, supported methods and various other configuration details -
Uses of WellKnownAppAuthenticatorConfiguration in org.openapitools.client.model
Methods in org.openapitools.client.model that return WellKnownAppAuthenticatorConfigurationModifier and TypeMethodDescriptionWellKnownAppAuthenticatorConfiguration.addSupportedMethodsItem
(SupportedMethods supportedMethodsItem) WellKnownAppAuthenticatorConfiguration.appAuthenticatorEnrollEndpoint
(String appAuthenticatorEnrollEndpoint) WellKnownAppAuthenticatorConfiguration.authenticatorId
(String authenticatorId) WellKnownAppAuthenticatorConfiguration.createdDate
(OffsetDateTime createdDate) WellKnownAppAuthenticatorConfiguration.lastUpdated
(OffsetDateTime lastUpdated) WellKnownAppAuthenticatorConfiguration.settings
(WellKnownAppAuthenticatorConfigurationSettings settings) WellKnownAppAuthenticatorConfiguration.supportedMethods
(List<SupportedMethods> supportedMethods) WellKnownAppAuthenticatorConfiguration.type
(WellKnownAppAuthenticatorConfiguration.TypeEnum type)