Sha256: 5215e5a754cd3ca2e8ca5fd726ff5af99cc8a146d77f555f6876b4f2f5d42a27
Contents?: true
Size: 281 Bytes
Versions: 43
Compression:
Stored size: 281 Bytes
Contents
module Rack module OAuth2 class Client class Grant class TokenExchange < Grant attr_required :subject_token, :subject_token_type def grant_type URN::GrantType::TOKEN_EXCHANGE end end end end end end
Version data entries
43 entries across 43 versions & 1 rubygems