Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenAdminPagedSessionTokens

A paginatated list of session tokens. Session tokens correspond to OAuth credentials such as personal access tokens (PATs) and other OAuth authorizations.

Hierarchy

  • TokenAdminPagedSessionTokens

Index

Properties

Optional continuationToken

continuationToken: string

The continuation token that can be used to retrieve the next page of session tokens, or null if there is no next page.

Optional value

value: Array<SessionToken>

The list of all session tokens in the current page.

Generated using TypeDoc