Class: Manceps::Auth::OAuth::Discovery

Inherits:
Struct
  • Object
show all
Defined in:
lib/manceps/auth/oauth.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_urlObject

Returns the value of attribute authorization_url

Returns:

  • (Object)

    the current value of authorization_url



13
14
15
# File 'lib/manceps/auth/oauth.rb', line 13

def authorization_url
  @authorization_url
end

#client_idObject

Returns the value of attribute client_id

Returns:

  • (Object)

    the current value of client_id



13
14
15
# File 'lib/manceps/auth/oauth.rb', line 13

def client_id
  @client_id
end

#client_secretObject

Returns the value of attribute client_secret

Returns:

  • (Object)

    the current value of client_secret



13
14
15
# File 'lib/manceps/auth/oauth.rb', line 13

def client_secret
  @client_secret
end

#registration_endpointObject

Returns the value of attribute registration_endpoint

Returns:

  • (Object)

    the current value of registration_endpoint



13
14
15
# File 'lib/manceps/auth/oauth.rb', line 13

def registration_endpoint
  @registration_endpoint
end

#scopesObject

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



13
14
15
# File 'lib/manceps/auth/oauth.rb', line 13

def scopes
  @scopes
end

#token_urlObject

Returns the value of attribute token_url

Returns:

  • (Object)

    the current value of token_url



13
14
15
# File 'lib/manceps/auth/oauth.rb', line 13

def token_url
  @token_url
end