Uses of Enum Class
com.atlassian.oauth2.provider.api.authorization.TokenResponseErrorDescription
Packages that use TokenResponseErrorDescription
-
Uses of TokenResponseErrorDescription in com.atlassian.oauth2.provider.api.authorization
Methods in com.atlassian.oauth2.provider.api.authorization that return TokenResponseErrorDescriptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TokenResponseErrorDescription[]TokenResponseErrorDescription.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.oauth2.provider.api.authorization with parameters of type TokenResponseErrorDescriptionModifier and TypeMethodDescriptionstatic AuthorizationFlowResultAuthorizationFlowResult.failed(TokenResponseErrorDescription errorReason) Method parameters in com.atlassian.oauth2.provider.api.authorization with type arguments of type TokenResponseErrorDescriptionModifier and TypeMethodDescriptionvoidAuthorizationFlowResult.ifFailure(Consumer<TokenResponseErrorDescription> ifFailure)