ExFirebase v0.3.1 ExFirebase.Auth.AccessTokenManager View Source
GenServer process for storing a Firebase OAuth2 access token. The process fetches a token upon startup and reloads it upon expiration.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
get_token()
View Source
get_token() :: {:ok, String.t()} | {:error, ExFirebase.Error.t()}