Comparing version 0.23.3 to 0.23.4
@@ -44,3 +44,7 @@ export interface OAuth2Tokens { | ||
access_token: string; | ||
token_type?: string; | ||
expires_in?: number; | ||
refresh_token?: string; | ||
scope?: string[]; | ||
} | ||
export {}; |
{ | ||
"name": "oslo", | ||
"type": "module", | ||
"version": "0.23.3", | ||
"version": "0.23.4", | ||
"description": "A collection of auth-related utilities", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57614
1510