Packagecom.tuarua.firebase.auth
Classpublic class OAuthProvider
InheritanceOAuthProvider Inheritance Object



Public Properties
 PropertyDefined By
  customParameters : Object
OAuthProvider
  providerId : String
[read-only]
OAuthProvider
  scopes : Vector.<String>
OAuthProvider
Public Methods
 MethodDefined By
  
OAuthProvider(providerId:String)
OAuthProvider
Property Detail
customParametersproperty
customParameters:Object


Implementation
    public function get customParameters():Object
    public function set customParameters(value:Object):void
providerIdproperty 
providerId:String  [read-only]


Implementation
    public function get providerId():String
scopesproperty 
scopes:Vector.<String>


Implementation
    public function get scopes():Vector.<String>
    public function set scopes(value:Vector.<String>):void
Constructor Detail
OAuthProvider()Constructor
public function OAuthProvider(providerId:String)



Parameters
providerId:String