class Rack::OAuth2::Client::Grant::JWTBearer

Public Instance Methods

grant_type() click to toggle source
# File lib/rack/oauth2/client/grant/jwt_bearer.rb, line 8
def grant_type
  URN::GrantType::JWT_BEARER
end