Skip to content 

ITokenService Interface

Packages > @fluidframework/protocol-definitions > ITokenService

The ITokenService abstracts the discovery of claims contained within a token

Signature:

export interface ITokenService 

Methods

List of methods of this class
Method Description
extractClaims(token)

Methods

extractClaims

Signature:

extractClaims(token: string): ITokenClaims;

Parameters

List of parameters
Parameter Type Description
token string

Returns:

ITokenClaims