Class: OauthTokenVerifier::Configuration::ProviderSettings

Inherits:
Struct
  • Object
show all
Defined in:
lib/oauth_token_verifier/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fields_mappingObject

Returns the value of attribute fields_mapping

Returns:

  • (Object)

    the current value of fields_mapping



4
5
6
# File 'lib/oauth_token_verifier/configuration.rb', line 4

def fields_mapping
  @fields_mapping
end

#id_fieldObject

Returns the value of attribute id_field

Returns:

  • (Object)

    the current value of id_field



4
5
6
# File 'lib/oauth_token_verifier/configuration.rb', line 4

def id_field
  @id_field
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/oauth_token_verifier/configuration.rb', line 4

def name
  @name
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



4
5
6
# File 'lib/oauth_token_verifier/configuration.rb', line 4

def version
  @version
end