OidcEndSessionRequest class
- Annotations
- 
    - @JsonSerializable.new(createFactory: false, createToJson: true, includeIfNull: false, explicitToJson: true, converters: OidcInternalUtilities.commonConverters)
 
Constructors
Properties
- clientId → String?
- 
  OPTIONAL.
  final
- 
  extra
  → Map<String, dynamic> 
- 
  Extra parameters to add to the request.
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- idTokenHint → String?
- 
  RECOMMENDED.
  final
- logoutHint → String?
- 
  OPTIONAL.
  final
- postLogoutRedirectUri → Uri?
- 
  OPTIONAL.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state → String?
- 
  OPTIONAL.
  final
- 
  uiLocales
  → List<String> ?
- 
  OPTIONAL.
  final
Methods
- 
  generateUri(Uri endpoint) → Uri 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toMap() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
- 
  operator []=(String key, dynamic value) → void 
- 
  
  inherited