Uses of Enum Class
dev.relism.flash.ext.security.oauthserver.OAuthGrant.Kind
-
Uses of OAuthGrant.Kind in dev.relism.flash.ext.security.oauthserver
Methods in dev.relism.flash.ext.security.oauthserver that return OAuthGrant.KindModifier and TypeMethodDescriptionOAuthGrant.kind()Returns the value of thekindrecord component.static OAuthGrant.KindReturns the enum constant of this class with the specified name.static OAuthGrant.Kind[]OAuthGrant.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.relism.flash.ext.security.oauthserver with parameters of type OAuthGrant.KindModifierConstructorDescriptionOAuthGrant(String hash, OAuthGrant.Kind kind, String family, String clientId, String subject, Map<String, Object> claims, String scope, String resource, String redirectUri, String challenge, Instant expiresAt, Instant usedAt) Creates an instance of aOAuthGrantrecord class.