isNotAuthenticated()
Home > @gooddata/sdk-backend-spi > isNotAuthenticated
isNotAuthenticated() function
Type guard checking whether input is an instance of NotAuthenticated
Signature:
export declare function isNotAuthenticated(obj: unknown): obj is NotAuthenticated;
Parameters
Parameter | Type | Description |
---|---|---|
obj | unknown |
Returns:
obj is NotAuthenticated