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

ListWebsiteAuthorizationProvidersResponse

import type { ListWebsiteAuthorizationProvidersResponse } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface ListWebsiteAuthorizationProvidersResponse {
NextToken?: string | null;
WebsiteAuthorizationProviders?: WebsiteAuthorizationProviderSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

§
WebsiteAuthorizationProviders?: WebsiteAuthorizationProviderSummary[] | null
[src]

The website authorization providers.