Type Alias ClientAuthentication

ClientAuthentication: AuthenticationData & {
    token: string;
}

Authentication returned by the CFTools API.