DefaultAuthenticator constructor
DefaultAuthenticator()
Constructor to initialize the DefaultAuthenticator instance.
Parameters:
_issuerUrl
: The URL of the OpenID Connect issuer._scopes
: The list of requested scopes during the authorization process._clientId
: The client ID used for authentication._query
: Additional query parameters for the authorization URL._port
: The port number to use during the authorization process.
Implementation
DefaultAuthenticator(
this._issuerUrl,
this._scopes,
this._clientId,
this._query,
this._port,
);