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

AuthorizationCode

import type { AuthorizationCode } from "https://googleapis.deno.dev/v1/domains:v1.ts";

Defines an authorization code.

interface AuthorizationCode {
code?: string;
}

§Properties

§
code?: string
[src]

The Authorization Code in ASCII. It can be used to transfer the domain to or from another registrar.