Method: Scimitar::AuthenticationScheme.bearer

Defined in:
app/models/scimitar/authentication_scheme.rb

.bearerObject



12
13
14
15
16
# File 'app/models/scimitar/authentication_scheme.rb', line 12

def self.bearer
  new type:        'oauthbearertoken',
      name:        'OAuth Bearer Token',
      description: 'Authentication scheme using the OAuth Bearer Token Standard'
end