authex v0.1.0 Authex.Token
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Authex.Token{aud: binary(), exp: integer(), iat: integer(), iss: binary(), jti: binary(), nbf: integer(), scopes: list(), sub: binary() | integer()}
Link to this section Functions
Link to this function
has_scope?(current_scopes, scopes)