public class

GetTokenResult

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.GetTokenResult

Class Overview

Result object that contains a Firebase Auth ID Token.

Summary

Public Methods
String getToken()
Firebase Auth ID Token.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getToken ()

Firebase Auth ID Token. Useful for authenticating calls against your own backend. Verify the integrity and validity of the token in your server either by using our server SDKs or following the documentation.

Returns
String