TESSA Web API
    Preparing search index...

    Interface IAccessTokenResult

    Result for token request.

    interface IAccessTokenResult {
        result: ValidationResult;
        token?: IAccessTokenInfo;
    }
    Index

    Properties

    Properties

    The object used to build the validation result.

    An object containing information about access token.