Uses of Class
co.ankatech.ankasecure.sdk.auth.IssuerHttpClient
Packages that use IssuerHttpClient
-
Uses of IssuerHttpClient in co.ankatech.ankasecure.sdk.auth
Methods in co.ankatech.ankasecure.sdk.auth that return IssuerHttpClientModifier and TypeMethodDescriptionstatic IssuerHttpClientIssuerHttpClient.forIssuer(AdmittedIssuer issuer) Builds the issuer client for an admitted issuer, trusting the platform's certificate authorities and nothing else.Constructors in co.ankatech.ankasecure.sdk.auth with parameters of type IssuerHttpClientModifierConstructorDescriptionClientCredentialsExternalTokenProvider(IssuerHttpClient issuerClient, String clientId, SecretChars clientSecret, String audience, String scope, Clock clock)