Home > @dinofe/xt-core > Authorization
# Authorization type
Authorization
Signature:
export type Authorization = string | undefined | null | (() => (string | undefined | null)) | (() => Promise<string | undefined | null>);
Home > @dinofe/xt-core > Authorization
Authorization
Signature:
export type Authorization = string | undefined | null | (() => (string | undefined | null)) | (() => Promise<string | undefined | null>);