Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResourceServerType

import type { ResourceServerType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

A container for information about a resource server for a user pool.

interface ResourceServerType {
Identifier?: string | null;
Name?: string | null;
Scopes?: ResourceServerScopeType[] | null;
UserPoolId?: string | null;
}

§Properties

§
Identifier?: string | null
[src]

The identifier for the resource server.

§
Name?: string | null
[src]

The name of the resource server.

§

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

§
UserPoolId?: string | null
[src]

The user pool ID for the user pool that hosts the resource server.