Class IssuerResponse.Builder
- Enclosing class:
IssuerResponse
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) The requiredaudclaim value.build()The app context an exchanged token targets.trueif this call registered a new issuer,falseif issuerId already existed in your tenant and the existing registration was returned unchanged.Timestamp when the issuer was registered, as an ISO-8601 UTC timestamp.emailClaim(String emailClaim) emailClaim(Optional<String> emailClaim) The subject-email claim.from(IssuerResponse other) The IdP'sissclaim value.This issuer's slug within your tenant.The IdP's remote JWKS endpoint.selfSignupPolicies(List<SelfSignupPolicy> selfSignupPolicies) selfSignupPolicies(Optional<List<SelfSignupPolicy>> selfSignupPolicies) Configured self-service signup policies, if any.activeorsuspended.The subject-identifier claim.
-
Method Details
-
from
-
issuerId
This issuer's slug within your tenant.
-
issuerId
-
issuer
The IdP's
issclaim value. -
issuer
-
jwksUri
The IdP's remote JWKS endpoint.
-
jwksUri
-
audience
The required
audclaim value. -
audience
-
contextId
The app context an exchanged token targets.
-
contextId
-
subClaim
The subject-identifier claim.
-
subClaim
-
emailClaim
The subject-email claim.
-
emailClaim
-
status
activeorsuspended. A suspended issuer is registered but its tokens are no longer accepted for exchange. -
status
-
createdAt
Timestamp when the issuer was registered, as an ISO-8601 UTC timestamp.
-
createdAt
-
created
trueif this call registered a new issuer,falseif issuerId already existed in your tenant and the existing registration was returned unchanged. Only present on the create response (POST /v1/auth/issuers); absent on reads. The HTTP status mirrors it — 201 when created, 200 when an existing registration was returned. -
created
-
selfSignupPolicies
public IssuerResponse.Builder selfSignupPolicies(Optional<List<SelfSignupPolicy>> selfSignupPolicies) Configured self-service signup policies, if any. Absent (not an empty list) when self-signup is not configured for this issuer.
-
selfSignupPolicies
-
build
-
additionalProperty
-
additionalProperties
-