Uses of Enum Class
com.atlassian.oauth2.provider.api.token.FlowType
Packages that use FlowType
Package
Description
-
Uses of FlowType in com.atlassian.oauth2.provider.api.client
Methods in com.atlassian.oauth2.provider.api.client with parameters of type FlowTypeModifier and TypeMethodDescriptiondefault booleanClientService.isClientSecretValid(String clientId, String clientSecret, FlowType flowType) Checks if the provided client secret is a match for the client secret stored against the client ID provided. -
Uses of FlowType in com.atlassian.oauth2.provider.api.token
Fields in com.atlassian.oauth2.provider.api.token with type parameters of type FlowTypeMethods in com.atlassian.oauth2.provider.api.token that return FlowTypeModifier and TypeMethodDescriptionstatic FlowTypeFlowType.fromIdentifier(String identifier) static FlowTypeReturns the enum constant of this class with the specified name.static FlowType[]FlowType.values()Returns an array containing the constants of this enum class, in the order they are declared.