Uses of Class
com.okta.sdk.resource.model.OAuthMetadata
Packages that use OAuthMetadata
-
Uses of OAuthMetadata in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OAuthMetadataModifier and TypeMethodDescriptionOAuthMetadata.addbackchannelAuthenticationRequestSigningAlgValuesSupportedItem(SigningAlgorithm backchannelAuthenticationRequestSigningAlgValuesSupportedItem) OAuthMetadata.addbackchannelTokenDeliveryModesSupportedItem(TokenDeliveryMode backchannelTokenDeliveryModesSupportedItem) OAuthMetadata.addclaimsSupportedItem(String claimsSupportedItem) OAuthMetadata.addcodeChallengeMethodsSupportedItem(CodeChallengeMethod codeChallengeMethodsSupportedItem) OAuthMetadata.adddpopSigningAlgValuesSupportedItem(OAuthMetadata.DpopSigningAlgValuesSupportedEnum dpopSigningAlgValuesSupportedItem) OAuthMetadata.addgrantTypesSupportedItem(GrantType grantTypesSupportedItem) OAuthMetadata.addintrospectionEndpointAuthMethodsSupportedItem(EndpointAuthMethod introspectionEndpointAuthMethodsSupportedItem) OAuthMetadata.addrequestObjectSigningAlgValuesSupportedItem(SigningAlgorithm requestObjectSigningAlgValuesSupportedItem) OAuthMetadata.addresponseModesSupportedItem(ResponseMode responseModesSupportedItem) OAuthMetadata.addresponseTypesSupportedItem(ResponseTypesSupported responseTypesSupportedItem) OAuthMetadata.addrevocationEndpointAuthMethodsSupportedItem(EndpointAuthMethod revocationEndpointAuthMethodsSupportedItem) OAuthMetadata.addscopesSupportedItem(String scopesSupportedItem) OAuthMetadata.addsubjectTypesSupportedItem(SubjectType subjectTypesSupportedItem) OAuthMetadata.addtokenEndpointAuthMethodsSupportedItem(EndpointAuthMethod tokenEndpointAuthMethodsSupportedItem) OAuthMetadata.authorizationEndpoint(String authorizationEndpoint) OAuthMetadata.backchannelAuthenticationRequestSigningAlgValuesSupported(List<SigningAlgorithm> backchannelAuthenticationRequestSigningAlgValuesSupported) OAuthMetadata.backchannelTokenDeliveryModesSupported(List<TokenDeliveryMode> backchannelTokenDeliveryModesSupported) OAuthMetadata.claimsSupported(List<String> claimsSupported) OAuthMetadata.codeChallengeMethodsSupported(List<CodeChallengeMethod> codeChallengeMethodsSupported) OAuthMetadata.deviceAuthorizationEndpoint(String deviceAuthorizationEndpoint) OAuthMetadata.dpopSigningAlgValuesSupported(List<OAuthMetadata.DpopSigningAlgValuesSupportedEnum> dpopSigningAlgValuesSupported) OAuthMetadata.endSessionEndpoint(String endSessionEndpoint) OAuthMetadata.grantTypesSupported(List<GrantType> grantTypesSupported) OAuthMetadata.introspectionEndpoint(String introspectionEndpoint) OAuthMetadata.introspectionEndpointAuthMethodsSupported(List<EndpointAuthMethod> introspectionEndpointAuthMethodsSupported) OAuthMetadata.pushedAuthorizationRequestEndpoint(String pushedAuthorizationRequestEndpoint) OAuthMetadata.registrationEndpoint(String registrationEndpoint) OAuthMetadata.requestObjectSigningAlgValuesSupported(List<SigningAlgorithm> requestObjectSigningAlgValuesSupported) OAuthMetadata.requestParameterSupported(Boolean requestParameterSupported) OAuthMetadata.responseModesSupported(List<ResponseMode> responseModesSupported) OAuthMetadata.responseTypesSupported(List<ResponseTypesSupported> responseTypesSupported) OAuthMetadata.revocationEndpoint(String revocationEndpoint) OAuthMetadata.revocationEndpointAuthMethodsSupported(List<EndpointAuthMethod> revocationEndpointAuthMethodsSupported) OAuthMetadata.scopesSupported(List<String> scopesSupported) OAuthMetadata.subjectTypesSupported(List<SubjectType> subjectTypesSupported) OAuthMetadata.tokenEndpoint(String tokenEndpoint) OAuthMetadata.tokenEndpointAuthMethodsSupported(List<EndpointAuthMethod> tokenEndpointAuthMethodsSupported)