Interface JwtBearerGrant.Builder

    • Method Detail

      • authorizedTokenIssuers

        JwtBearerGrant.Builder authorizedTokenIssuers​(Collection<AuthorizedTokenIssuer> authorizedTokenIssuers)

        A list of allowed token issuers trusted by the Identity Center instances for this application.

        Parameters:
        authorizedTokenIssuers - A list of allowed token issuers trusted by the Identity Center instances for this application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedTokenIssuers

        JwtBearerGrant.Builder authorizedTokenIssuers​(AuthorizedTokenIssuer... authorizedTokenIssuers)

        A list of allowed token issuers trusted by the Identity Center instances for this application.

        Parameters:
        authorizedTokenIssuers - A list of allowed token issuers trusted by the Identity Center instances for this application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.