Get desktop application:
View/edit binary Protocol Buffers messages
Current returns the Session associated with the current request. This can be used to determine the current principal and scope of access.
Find returns all valid sessions that are accessible by the principal associated with the current request, using the provided Scope as a filter.
Invalidate destroys an active token.
Invalidate a session by ID.
Invalidate the current session (i.e. log out).
Issue creates an encoded token described by the session template.
The template field describes a session to be issued. The template must describe a subset of the caller's delegable capabilities and on a sub-scope of the caller's current scope.
Load retrieves the given session.
Load a session by ID.
Load a named session owned by the requesting principal.
Refresh invalidates the access token associated with the current request and returns a refreshed token and session.
Validate returns the currently-valid session associated with the token.
Used as response type in: Tokens.Issue, Tokens.Refresh
A token is an encoded access token.
Used as request type in: Tokens.Validate
Used as field type in:
A signed JWT claim.