ITokenService Interface
Packages > @fluidframework/protocol-definitions > ITokenService
The ITokenService abstracts the discovery of claims contained within a token
Signature:
export interface ITokenService
Methods
Method | Description |
---|---|
extractClaims(token) |
Methods
extractClaims
Signature:
extractClaims(token: string): ITokenClaims;
Parameters
Parameter | Type | Description |
---|---|---|
token | string |
Returns: