@vertx/auth-common
Advanced tools
Comparing version 4.0.3 to 4.1.0
@@ -21,2 +21,6 @@ /* | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#toHttpAuthorization | ||
*/ | ||
toHttpAuthorization() : string; | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#toJson | ||
@@ -26,7 +30,2 @@ */ | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#checkValid | ||
* @throws io.vertx.ext.auth.authentication.CredentialValidationException | ||
*/ | ||
checkValid(arg0: any) : void; | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge | ||
@@ -47,5 +46,6 @@ * @throws io.vertx.ext.auth.authentication.CredentialValidationException | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#toHttpAuthorization | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#checkValid | ||
* @throws io.vertx.ext.auth.authentication.CredentialValidationException | ||
*/ | ||
toHttpAuthorization() : string; | ||
checkValid(arg0: any) : void; | ||
@@ -52,0 +52,0 @@ } |
@@ -73,3 +73,2 @@ /* | ||
/** | ||
* The permissions of this token. | ||
*/ | ||
@@ -79,3 +78,2 @@ getPermissions(): string; | ||
/** | ||
* The permissions of this token. | ||
*/ | ||
@@ -85,22 +83,5 @@ setPermissions(permissions: string): JWTOptions; | ||
/** | ||
* The permissions of this token. | ||
*/ | ||
addPermission(permissions: string): JWTOptions; | ||
/** | ||
*/ | ||
getScopeDelimiter(): string; | ||
/** | ||
*/ | ||
getScopes(): string; | ||
/** | ||
*/ | ||
setScopes(scopes: string): JWTOptions; | ||
/** | ||
*/ | ||
addScope(scopes: string): JWTOptions; | ||
getSubject(): string; | ||
@@ -107,0 +88,0 @@ |
{ | ||
"name" : "@vertx/auth-common", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-auth-common'", | ||
"version" : "4.0.3", | ||
"version" : "4.1.0", | ||
"license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
"artifactId" : "vertx-auth-common", | ||
"version" : "4.0.3" | ||
"version" : "4.1.0" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "4.0.3" | ||
"@vertx/core" : "4.1.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "main" : "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
35274
824
+ Added@vertx/core@4.1.0(transitive)
- Removed@vertx/core@4.0.3(transitive)
Updated@vertx/core@4.1.0