Uses of Enum Class
co.ankatech.ankasecure.sdk.auth.ClientCredentialsExchangeException.Phase
Packages that use ClientCredentialsExchangeException.Phase
-
Uses of ClientCredentialsExchangeException.Phase in co.ankatech.ankasecure.sdk.auth
Methods in co.ankatech.ankasecure.sdk.auth that return ClientCredentialsExchangeException.PhaseModifier and TypeMethodDescriptionClientCredentialsExchangeException.phase()The phase that failed.Returns the enum constant of this class with the specified name.ClientCredentialsExchangeException.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in co.ankatech.ankasecure.sdk.auth with parameters of type ClientCredentialsExchangeException.PhaseModifierConstructorDescriptionClientCredentialsExchangeException(ClientCredentialsExchangeException.Phase phase, String message, Throwable cause)