ExFirebase v0.3.1 ExFirebase.Auth.TokenVerifier View Source
Module for verifying the authenticity of Firebase ID Tokens (JWT’s) that are generated by Firebase client SDK’s. See: https://firebase.google.com/docs/auth/admin/verify-id-tokens
Link to this section Summary
Link to this section Functions
Link to this function
verify(token)
View Source
verify(String.t()) :: {:ok, JOSE.JWT.t()} | {:error, ExFirebase.Error.t()}