OAuthSettings class

OAuth2 authorization requests settings.

Constructors

OAuthSettings({required Uri authorizationUri, required String clientId, String clientSecret = '', List<String> scopes = const []})
Creates the OAuthSettings.
const

Properties

authorizationUri Uri
The authorization endpoint from the RFC 6749.
final
clientId String
The client_id from the RFC 6749.
final
clientSecret String
The client_secret from the RFC 6749.
final
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 scope from the RFC 6749.
final

Methods

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

Operators

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