BaseRequest constructor
BaseRequest({})
Implementation
BaseRequest(
{required this.clientId,
required this.issuer,
required this.discoveryUrl,
required this.endSessionRedirectUri,
required this.redirectUrl,
required this.scopes,
this.userAgentTemplate,
this.requireHardwareBackedKeyStore = false});