Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AuthorizedTokenIssuer
-
Packages that use AuthorizedTokenIssuer Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AuthorizedTokenIssuer in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AuthorizedTokenIssuer Modifier and Type Method Description List<AuthorizedTokenIssuer>JwtBearerGrant. authorizedTokenIssuers()A list of allowed token issuers trusted by the Identity Center instances for this application.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type AuthorizedTokenIssuer Modifier and Type Method Description JwtBearerGrant.BuilderJwtBearerGrant.Builder. authorizedTokenIssuers(AuthorizedTokenIssuer... authorizedTokenIssuers)A list of allowed token issuers trusted by the Identity Center instances for this application.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type AuthorizedTokenIssuer Modifier and Type Method Description JwtBearerGrant.BuilderJwtBearerGrant.Builder. authorizedTokenIssuers(Collection<AuthorizedTokenIssuer> authorizedTokenIssuers)A list of allowed token issuers trusted by the Identity Center instances for this application.
-