Class: LogtoCore::OidcConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/logto/core/index_types.rb

Overview

The non-exhaustive list of keys that return from the OpenID Connect Discovery endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointObject

Returns the value of attribute authorization_endpoint

Returns:

  • (Object)

    the current value of authorization_endpoint



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

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



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

def end_session_endpoint
  @end_session_endpoint
end

#issuerObject

Returns the value of attribute issuer

Returns:

  • (Object)

    the current value of issuer



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

def issuer
  @issuer
end

#jwks_uriObject

Returns the value of attribute jwks_uri

Returns:

  • (Object)

    the current value of jwks_uri



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

def jwks_uri
  @jwks_uri
end

#revocation_endpointObject

Returns the value of attribute revocation_endpoint

Returns:

  • (Object)

    the current value of revocation_endpoint



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

def revocation_endpoint
  @revocation_endpoint
end

#token_endpointObject

Returns the value of attribute token_endpoint

Returns:

  • (Object)

    the current value of token_endpoint



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

def token_endpoint
  @token_endpoint
end

#unknown_keysObject

Returns the value of attribute unknown_keys

Returns:

  • (Object)

    the current value of unknown_keys



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

def unknown_keys
  @unknown_keys
end

#userinfo_endpointObject

Returns the value of attribute userinfo_endpoint

Returns:

  • (Object)

    the current value of userinfo_endpoint



7
8
9
# File 'lib/logto/core/index_types.rb', line 7

def userinfo_endpoint
  @userinfo_endpoint
end