Data for token requests (authentication/authorization).

interface RNTokenRequestData {
    request: RNRequestInfoData;
    token: string;
}

Properties

Properties

Information about the request.

token: string

Token to use for the request.