Sha256: 1ea7df5ca60fa505c2db334a682732b6dc7b5f094abc270253fd6e4371f1e400
Contents?: true
Size: 191 Bytes
Versions: 6
Compression:
Stored size: 191 Bytes
Contents
module AccessTokenAgent class UnsupportedTokenTypeError < Error def initialize(token_type) super("Expected token_type to be 'bearer', but was '#{token_type}'.") end end end
Version data entries
6 entries across 6 versions & 1 rubygems