InitiateAuthorisationRequest class abstract

Annotations
  • @freezed

Constructors

InitiateAuthorisationRequest.new({required String client_id, required String response_type, required String redirect_uri, required List<String> scope, required String state, String? onboarding_signature})
const
factory
InitiateAuthorisationRequest.fromJson(Map<String, dynamic> json)
factory

Properties

client_id String
no setterinherited
copyWith → $InitiateAuthorisationRequestCopyWith<InitiateAuthorisationRequest>
Create a copy of InitiateAuthorisationRequest with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
onboarding_signature String?
no setterinherited
redirect_uri String
no setterinherited
response_type String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope List<String>
no setterinherited
state String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this InitiateAuthorisationRequest to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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