Class: Configuration
Extends
Configuration
Constructors
new Configuration()
new Configuration(
params):Configuration
Parameters
• params: ConfigurationParams
Returns
Inherited from
ConfigurationConstructor.constructor
Properties
baseURL
baseURL:
URL
Inherited from
ConfigurationConstructor.baseURL
discoveryURL
discoveryURL:
URL
Inherited from
ConfigurationConstructor.discoveryURL
clientId
clientId:
string
Inherited from
ConfigurationConstructor.clientId
scopes
scopes:
string
Inherited from
ConfigurationConstructor.scopes
authentication
authentication:
"none"='none'
Inherited from
ConfigurationConstructor.authentication
dpop
dpop:
boolean=false
Inherited from
ConfigurationConstructor.dpop
Methods
decode()
staticdecode<T>(encoded):T
Type Parameters
• T
Parameters
• encoded: string
Returns
T
Inherited from
ConfigurationConstructor.decode
toJSON()
toJSON():
Record<string,unknown>
Returns
Record<string, unknown>
Inherited from
ConfigurationConstructor.toJSON
encode()
encode():
string
Returns
string
Inherited from
ConfigurationConstructor.encode