Firebase.Auth.FederatedOAuthProviderData

Contains information to identify an OAuth povider.

Summary

Inheritance

Inherits from: Firebase.Auth.FederatedProviderData

Constructors and Destructors

FederatedOAuthProviderData()
FederatedOAuthProviderData(string provider)

Properties

CustomParameters
global::System.Collections.Generic.IDictionary< string, string >
Scopes
global::System.Collections.Generic.IEnumerable< string >

Public functions

Dispose(bool disposing)
virtual override void

Properties

CustomParameters

global::System.Collections.Generic.IDictionary< string, string > CustomParameters

Scopes

global::System.Collections.Generic.IEnumerable< string > Scopes

Public functions

Dispose

virtual override void Dispose(
  bool disposing
)

FederatedOAuthProviderData

 FederatedOAuthProviderData()

FederatedOAuthProviderData

 FederatedOAuthProviderData(
  string provider
)