fix: permitindo passar um buffer para o construtor

This commit is contained in:
Leandro Costa 2023-11-08 23:12:12 -03:00
parent 336a423cef
commit 7251524e65

View file

@ -9,7 +9,7 @@ export interface LhispOauthClientConstructorParams {
apiUrl: string;
clientId: string;
clientSecret: string;
certificado?: string;
certificado?: string | Buffer;
senhaCertificado?: string;
authScope?: string;
authHeaderName?: string;