ResourceServerType

The details of a resource server configuration and associated custom scopes in a user pool.

Types

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

Properties

Link copied to clipboard

A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier.

Link copied to clipboard
val name: String?

The name of the resource server.

Link copied to clipboard

A list of scopes that are defined for the resource server.

Link copied to clipboard

The ID of the user pool that contains the resource server configuration.

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