Uses of Enum Class
co.ankatech.ankasecure.sdk.auth.ExternalTokenSourceKind
Packages that use ExternalTokenSourceKind
-
Uses of ExternalTokenSourceKind in co.ankatech.ankasecure.sdk.auth
Methods in co.ankatech.ankasecure.sdk.auth that return ExternalTokenSourceKindModifier and TypeMethodDescriptionClientCredentialsExternalTokenProvider.kind()The source kind this provider presents, as a declared mapping rather than a name.CommandExternalTokenProvider.kind()ExplicitExternalTokenProvider.kind()default ExternalTokenSourceKindExternalTokenProvider.kind()Which of the configured source kinds this provider is, ornullfor a consumer-supplied provider that is none of them.FileExternalTokenProvider.kind()static ExternalTokenSourceKindReturns the enum constant of this class with the specified name.static ExternalTokenSourceKind[]ExternalTokenSourceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in co.ankatech.ankasecure.sdk.auth that return types with arguments of type ExternalTokenSourceKindModifier and TypeMethodDescriptionTokenSourceChain.Link.externalKind()Which external source kind this link names, if any - a declared mapping, never a name correspondence.