OAuth2ConsentSession class abstract

A completed OAuth 2.0 Consent Session.

Properties:

  • consentRequest
  • expiresAt
  • grantAccessTokenAudience
  • grantScope
  • handledAt
  • remember - Remember Consent Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope.
  • rememberFor - Remember Consent For RememberFor sets how long the consent authorization should be remembered for in seconds. If set to 0, the authorization will be remembered indefinitely.
  • session
Annotations
  • @BuiltValue()

Constructors

OAuth2ConsentSession([void updates(dynamic b)])
factory

Properties

consentRequest OAuth2ConsentRequest?
no setter
expiresAt OAuth2ConsentSessionExpiresAt?
no setter
grantAccessTokenAudience → BuiltList<String>?
no setter
grantScope → BuiltList<String>?
no setter
handledAt DateTime?
no setter
hashCode int
The hash code for this object.
no setterinherited
remember bool?
Remember Consent Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope.
no setter
rememberFor int?
Remember Consent For RememberFor sets how long the consent authorization should be remembered for in seconds. If set to 0, the authorization will be remembered indefinitely.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session AcceptOAuth2ConsentRequestSession?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(dynamic)) OAuth2ConsentSession
Rebuilds the instance.
inherited
toBuilder() → dynamic
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<OAuth2ConsentSession>
no setter