CatalogOrganizationService.
get_jwk
get_jwk(
jwk_id: str
) ->
CatalogJwk
Get an individual jwk.
Parameters
name | type | description |
---|---|---|
jwk_id | str | Jwk identification string e.g. "demo" |
Returns
type | description |
---|---|
CatalogJwk | Catalog jwk object containing structure of the jwk. |