Method: Scimitar::AuthenticationScheme.basic

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

.basicObject



6
7
8
9
10
# File 'app/models/scimitar/authentication_scheme.rb', line 6

def self.basic
  new type:        'httpbasic',
      name:        'HTTP Basic',
      description: 'Authentication scheme using the HTTP Basic Standard'
end