📘 Type scopes request

This commit is contained in:
Iván Ovejero 2022-04-20 16:00:42 +02:00
parent 1af98bbe9d
commit 2c3d03b5c8

View file

@ -243,6 +243,7 @@ export declare namespace OAuthRequest {
namespace OAuth2Credential {
type Auth = OAuth1Credential.Auth;
type Callback = AuthenticatedRequest<{}, {}, {}, { code: string; state: string }>;
type Scopes = AuthenticatedRequest<{}, {}, {}, { credentialType: string }>;
}
}