Uses of Class
ai.vectros.resources.auth.requests.IssuerUpdateRequest
Packages that use IssuerUpdateRequest
-
Uses of IssuerUpdateRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type IssuerUpdateRequestModifier and TypeMethodDescriptionAsyncAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies. -
Uses of IssuerUpdateRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return IssuerUpdateRequestMethods in ai.vectros.resources.auth.requests with parameters of type IssuerUpdateRequest