Module personal

Source
Expand description

Repositories to deal with Personal Sessions and Personal Access Tokens (PATs), which are sessions/access tokens created manually by users for use in scripts, bots and similar applications.

Structs§

PersonalSessionFilter
Filter parameters for listing personal sessions alongside personal access tokens

Enums§

PersonalSessionState
Filter for what state a personal session is in.

Traits§

PersonalAccessTokenRepository
An PersonalAccessTokenRepository helps interacting with [PersonalAccessToken] saved in the storage backend
PersonalSessionRepository
A PersonalSessionRepository helps interacting with [PersonalSession] saved in the storage backend