OidcRevocationRequest class

Annotations
  • @JsonSerializable(createFactory: false, includeIfNull: false, explicitToJson: true, converters: OidcInternalUtilities.commonConverters)

Constructors

OidcRevocationRequest.new({required String token, String? tokenTypeHint, String? clientId, String? clientSecret, Map<String, dynamic>? extra})

Properties

clientId String?
getter/setter pair
clientSecret String?
getter/setter pair
extra Map<String, dynamic>
Extra parameters to add to the request.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
getter/setter pair
tokenTypeHint String?
getter/setter pair

Methods

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