Interface TokenValidationRequest

interface TokenValidationRequest {
    token: string;
}

Properties

Properties

token: string