OAuthProvider class abstract

Abstract OAuth provider interface

Constructors

OAuthProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
Checks if the provider is initialized
no setter
providerName String
Gets the OAuth provider name
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
Gets the OAuth scopes
no setter

Methods

getAuthorizationData() Future<OAuthAuthorizationData>
Gets authorization data from the OAuth provider
initialize() Future<void>
Initializes the OAuth provider
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signOut() Future<void>
Signs out from the OAuth provider
toString() String
A string representation of this object.
inherited

Operators

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