Send feedback
firebase_admin.credentials module
Stay organized with collections
Save and categorize content based on your preferences.
Firebase credentials module.
Classes
AccessTokenInfo class firebase_admin.credentials. AccessTokenInfo ( access_token , expiry )
Bases: tuple
Data included in an OAuth2 access token.
Contains the access token string and the expiry time. The expirty time is exposed as a
datetime
value.
access_token
Alias for field number 0
expiry
Alias for field number 1
ApplicationDefault class firebase_admin.credentials. ApplicationDefault
Bases: Base
A Google Application Default credential.
get_credential ( )
Returns the underlying Google credential.
Raises:
google.auth.exceptions.DefaultCredentialsError – If Application Default
credentials cannot be initialized in the current environment.
Returns:
A Google Auth credential instance.
Return type:
google.auth.credentials.Credentials
property project_id
Returns the project_id from the underlying Google credential.
Raises:
google.auth.exceptions.DefaultCredentialsError – If Application Default
credentials cannot be initialized in the current environment.
Returns:
The project id.
Return type:
str
Base class firebase_admin.credentials. Base
Bases: object
Provides OAuth2 access tokens for accessing Firebase services.
get_access_token ( )
Fetches a Google OAuth2 access token using this credential instance.
Returns:
An access token obtained using the credential.
Return type:
AccessTokenInfo
get_credential ( )
Returns the Google credential instance used for authentication.
Certificate class firebase_admin.credentials. Certificate ( cert )
Bases: Base
A credential initialized from a JSON certificate keyfile.
get_credential ( )
Returns the underlying Google credential.
Returns:
A Google Auth credential instance.
Return type:
google.auth.credentials.Credentials
property service_account_email
RefreshToken class firebase_admin.credentials. RefreshToken ( refresh_token )
Bases: Base
A credential initialized from an existing refresh token.
get_credential ( )
Returns the underlying Google credential.
Returns:
A Google Auth credential instance.
Return type:
google.auth.credentials.Credentials
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-09-26 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-09-26 UTC."],[],[]]