UNPKG

@rxap/authentication

Version:

Provides authentication services, guards, and interceptors for Angular applications. It supports token-based authentication and provides features such as sign-out functionality and routing based on authentication status. This package also includes utiliti

30 lines (15 loc) 784 B
[@rxap/authentication](../wiki/globals) / AuthenticationAccessToken # Interface: AuthenticationAccessToken Defined in: [tokens.ts:9](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/tokens.ts#L9) ## Extends - `Record`\<`string`, `any`\> ## Indexable \[`key`: `string`\]: `any` ## Properties ### token > **token**: `string` Defined in: [tokens.ts:10](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/tokens.ts#L10) *** ### valid? > `optional` **valid**: `boolean` Defined in: [tokens.ts:11](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/tokens.ts#L11)