/** * Finix API */ /** * The bearer authentication configuration. Null if bearer is not being used. */ export declare class CreateWebhookRequestAuthenticationBearer { /** * The string that Finix will send as the bearer token. */ 'token'?: string; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }