Uses of Class
ai.vectros.types.JwksResponse
Packages that use JwksResponse
-
Uses of JwksResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return JwksResponseModifier and TypeMethodDescriptionAuthClient.getJwks()Returns the platform's JWT signing public key in RFC 7517 JWKS format.AuthClient.getJwks(RequestOptions requestOptions) Returns the platform's JWT signing public key in RFC 7517 JWKS format.Methods in ai.vectros.resources.auth that return types with arguments of type JwksResponseModifier and TypeMethodDescriptionAsyncAuthClient.getJwks()Returns the platform's JWT signing public key in RFC 7517 JWKS format.AsyncAuthClient.getJwks(RequestOptions requestOptions) Returns the platform's JWT signing public key in RFC 7517 JWKS format.AsyncRawAuthClient.getJwks()Returns the platform's JWT signing public key in RFC 7517 JWKS format.AsyncRawAuthClient.getJwks(RequestOptions requestOptions) Returns the platform's JWT signing public key in RFC 7517 JWKS format.RawAuthClient.getJwks()Returns the platform's JWT signing public key in RFC 7517 JWKS format.RawAuthClient.getJwks(RequestOptions requestOptions) Returns the platform's JWT signing public key in RFC 7517 JWKS format. -
Uses of JwksResponse in ai.vectros.types
Methods in ai.vectros.types that return JwksResponseMethods in ai.vectros.types with parameters of type JwksResponse