AuthorizedTokenIssuer

A structure that describes a trusted token issuer and associates it with a set of authorized audiences.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array list of authorized audiences, or applications, that can consume the tokens generated by the associated trusted token issuer.

Link copied to clipboard

The ARN of the trusted token issuer.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String