Class: MangoApps::OAuth::Discovery

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointObject

Returns the value of attribute authorization_endpoint

Returns:

  • (Object)

    the current value of authorization_endpoint



10
11
12
# File 'lib/mangoapps/oauth.rb', line 10

def authorization_endpoint
  @authorization_endpoint
end

#end_session_endpointObject

Returns the value of attribute end_session_endpoint

Returns:

  • (Object)

    the current value of end_session_endpoint



10
11
12
# File 'lib/mangoapps/oauth.rb', line 10

def end_session_endpoint
  @end_session_endpoint
end

#issuerObject

Returns the value of attribute issuer

Returns:

  • (Object)

    the current value of issuer



10
11
12
# File 'lib/mangoapps/oauth.rb', line 10

def issuer
  @issuer
end

#jwks_uriObject

Returns the value of attribute jwks_uri

Returns:

  • (Object)

    the current value of jwks_uri



10
11
12
# File 'lib/mangoapps/oauth.rb', line 10

def jwks_uri
  @jwks_uri
end

#token_endpointObject

Returns the value of attribute token_endpoint

Returns:

  • (Object)

    the current value of token_endpoint



10
11
12
# File 'lib/mangoapps/oauth.rb', line 10

def token_endpoint
  @token_endpoint
end

#userinfo_endpointObject

Returns the value of attribute userinfo_endpoint

Returns:

  • (Object)

    the current value of userinfo_endpoint



10
11
12
# File 'lib/mangoapps/oauth.rb', line 10

def userinfo_endpoint
  @userinfo_endpoint
end