fix: adding certificado type

This commit is contained in:
Leandro Costa 2023-11-08 23:05:07 -03:00
parent b9e93c52f6
commit da791ed2ca

View file

@ -21,7 +21,7 @@ export class LhispOauthClient<iAccessToken extends AccessToken = AccessToken> {
protected authHeaderName: string;
protected tokenHeaderName: string;
protected authContentType: ContentType;
protected certificado?: string;
protected certificado?: string | Buffer;
protected senhaCertificado?: string;
protected authScope?: string;
protected headers?: Headers;