fix: adding certificado type
This commit is contained in:
parent
b9e93c52f6
commit
da791ed2ca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue