Uses of Class
sh.ory.hydra.model.JsonWebKeySetGeneratorRequest
-
Packages that use JsonWebKeySetGeneratorRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of JsonWebKeySetGeneratorRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api with parameters of type JsonWebKeySetGeneratorRequest Modifier and Type Method Description JSONWebKeySetAdminApi. createJsonWebKeySet(String set, JsonWebKeySetGeneratorRequest body)Generate a New JSON Web Key This endpoint is capable of generating JSON Web Key Sets for you.okhttp3.CallAdminApi. createJsonWebKeySetAsync(String set, JsonWebKeySetGeneratorRequest body, ApiCallback<JSONWebKeySet> _callback)Generate a New JSON Web Key (asynchronously) This endpoint is capable of generating JSON Web Key Sets for you.okhttp3.CallAdminApi. createJsonWebKeySetCall(String set, JsonWebKeySetGeneratorRequest body, ApiCallback _callback)Build call for createJsonWebKeySetApiResponse<JSONWebKeySet>AdminApi. createJsonWebKeySetWithHttpInfo(String set, JsonWebKeySetGeneratorRequest body)Generate a New JSON Web Key This endpoint is capable of generating JSON Web Key Sets for you. -
Uses of JsonWebKeySetGeneratorRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return JsonWebKeySetGeneratorRequest Modifier and Type Method Description JsonWebKeySetGeneratorRequestJsonWebKeySetGeneratorRequest. alg(String alg)JsonWebKeySetGeneratorRequestJsonWebKeySetGeneratorRequest. kid(String kid)JsonWebKeySetGeneratorRequestJsonWebKeySetGeneratorRequest. use(String use)
-