StartOAuthResponse class

Message for responding to starting an OAuth flow.

Constructors

StartOAuthResponse({String? authUri, String? clientId, String? codeChallenge, String? codeChallengeMethod, List<String>? scopes, String? systemProviderId, String? ticket})
StartOAuthResponse.fromJson(Map json_)

Properties

authUri String?
The authorization server URL to the OAuth flow of the service provider.
getter/setter pair
clientId String?
The client ID to the OAuth App of the service provider.
getter/setter pair
codeChallenge String?
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.1
getter/setter pair
codeChallengeMethod String?
Please refer to https://datatracker.ietf.org/doc/html/rfc7636#section-4.2
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>?
The list of scopes requested by the application.
getter/setter pair
systemProviderId String?
The ID of the system provider. Possible string values are:
getter/setter pair
ticket String?
The ticket to be used for post processing the callback from the service provider.
getter/setter pair

Methods

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

Operators

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