Supabase.GoTrue.Session (supabase_gotrue v0.4.1)
This schema is used to validate and parse the parameters for a session.
Fields
provider_token- The provider token.provider_refresh_token- The provider refresh token.access_token- The access token.refresh_token- The refresh token.expires_in- The expiration time.expires_at- The expiration date.token_type- The token type.user- The user. Check theSupabase.GoTrue.Userschema for more information.
Summary
Types
Functions
@spec parse(map()) :: {:ok, t()} | {:error, Ecto.Changeset.t()}