Uses of Class
org.mbari.vars.vampiresquid.sdk.r1.models.Authorization
Packages that use Authorization
-
Uses of Authorization in org.mbari.vars.vampiresquid.sdk.r1
Methods in org.mbari.vars.vampiresquid.sdk.r1 that return AuthorizationModifier and TypeMethodDescriptionJwtHttpClient.authorizeIfNeeded()
protected Authorization
JwtHttpClient.reauthorize
(Authorization a) Methods in org.mbari.vars.vampiresquid.sdk.r1 that return types with arguments of type AuthorizationMethods in org.mbari.vars.vampiresquid.sdk.r1 with parameters of type AuthorizationModifier and TypeMethodDescriptionprotected Authorization
JwtHttpClient.reauthorize
(Authorization a) Constructor parameters in org.mbari.vars.vampiresquid.sdk.r1 with type arguments of type AuthorizationModifierConstructorDescriptionJwtHttpClient
(HttpClient client, URI authUri, String authHeaderKey, String authHeaderValue, Function<String, Authorization> bodyToAuthFn)