BaseRequest class

Constructors

BaseRequest.new({required String clientId, required String issuer, required String discoveryUrl, required String endSessionRedirectUri, required String redirectUrl, required List<String> scopes, String? userAgentTemplate, bool requireHardwareBackedKeyStore = false})

Properties

clientId String
The client id.
getter/setter pair
discoveryUrl String
The URL of where the discovery document can be found.
getter/setter pair
endSessionRedirectUri String
The redirect URL when session ended.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer String
getter/setter pair
redirectUrl String
The redirect URL.
getter/setter pair
requireHardwareBackedKeyStore bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
The request scopes.
getter/setter pair
userAgentTemplate String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited