@vertx/auth-common
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -25,6 +25,6 @@ /* | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#checkValid | ||
* @throws io.vertx.ext.auth.authentication.CredentialValidationException | ||
*/ | ||
applyHttpChallenge(arg0: string) : Credentials; | ||
checkValid(arg0: any) : void; | ||
@@ -34,3 +34,3 @@ /** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge | ||
*/ | ||
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string, arg3: number, arg4: string) : Credentials; | ||
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string) : Credentials; | ||
@@ -40,8 +40,8 @@ /** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge | ||
*/ | ||
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string) : Credentials; | ||
applyHttpChallenge(arg0: string) : Credentials; | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#checkValid | ||
/** Auto-generated from io.vertx.ext.auth.authentication.Credentials#applyHttpChallenge | ||
* @throws io.vertx.ext.auth.authentication.CredentialValidationException | ||
*/ | ||
checkValid(arg0: any) : void; | ||
applyHttpChallenge(arg0: string, arg1: /* io.vertx.core.http.HttpMethod */ any, arg2: string, arg3: number, arg4: string) : Credentials; | ||
@@ -48,0 +48,0 @@ /** Auto-generated from io.vertx.ext.auth.authentication.Credentials#toHttpAuthorization |
@@ -30,3 +30,3 @@ /* | ||
constructor(obj: JWTOptions); | ||
constructor(obj: JWTOptions | { [key: string]: any }); | ||
@@ -108,2 +108,4 @@ getAlgorithm(): string; | ||
toJson(): { [key: string]: any }; | ||
} | ||
@@ -124,3 +126,3 @@ | ||
constructor(obj: KeyStoreOptions); | ||
constructor(obj: KeyStoreOptions | { [key: string]: any }); | ||
@@ -161,3 +163,3 @@ getPassword(): string; | ||
constructor(obj: PubSecKeyOptions); | ||
constructor(obj: PubSecKeyOptions | { [key: string]: any }); | ||
@@ -210,2 +212,4 @@ getAlgorithm(): string; | ||
toJson(): { [key: string]: any }; | ||
} | ||
@@ -219,3 +223,3 @@ | ||
constructor(obj: TokenCredentials); | ||
constructor(obj: TokenCredentials | string | { [key: string]: any }); | ||
@@ -232,2 +236,4 @@ getScopes(): string; | ||
toJson(): { [key: string]: any }; | ||
} | ||
@@ -240,3 +246,3 @@ | ||
constructor(obj: UsernamePasswordCredentials); | ||
constructor(obj: UsernamePasswordCredentials | { [key: string]: any }); | ||
@@ -251,2 +257,4 @@ getPassword(): string; | ||
toJson(): { [key: string]: any }; | ||
} |
{ | ||
"name" : "@vertx/auth-common", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-auth-common'", | ||
"version" : "4.0.2", | ||
"version" : "4.0.3", | ||
"license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
"artifactId" : "vertx-auth-common", | ||
"version" : "4.0.2" | ||
"version" : "4.0.3" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "4.0.2" | ||
"@vertx/core" : "4.0.3" | ||
}, | ||
@@ -16,0 +16,0 @@ "main" : "index.js", |
35569
839
+ Added@vertx/core@4.0.3(transitive)
- Removed@vertx/core@4.0.2(transitive)
Updated@vertx/core@4.0.3