interface LoginResult {
    provider: string;
    token: FBToken;
}

Properties

Properties

provider: string
token: FBToken