Single Token

GetTokenResult

interface GetTokenResult {
    result: Token;
}

Properties

Properties

result: Token

GetTokenResult