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§
- Personal
Session Filter - Filter parameters for listing personal sessions
Enums§
- Personal
Session State - Filter for what state a personal session is in.
Traits§
- Personal
Access Token Repository - An
PersonalAccessTokenRepository
helps interacting withPersonalAccessToken
saved in the storage backend - Personal
Session Repository - A
PersonalSessionRepository
helps interacting withPersonalSession
saved in the storage backend