# Interface OS3FlowAuthorizationCode

Interface
Module
import { OS3FlowAuthorizationCode } from "@tsed/openspec"
Source/packages/specs/openspec/src/types/openspec3/OS3Flows.ts

# Overview

interface OS3FlowAuthorizationCode extends OS3Flow {
authorizationUrl<span class="token punctuation">:</span> <span class="token keyword">string</span><span class="token punctuation">;</span>

tokenUrl<span class="token punctuation">:</span> <span class="token keyword">string</span><span class="token punctuation">;</span>

}

# Members

authorizationUrl: string;

The authorization URL to be used for this flow. This MUST be in the form of a URL.


tokenUrl: string;

The token URL to be used for this flow. This MUST be in the form of a URL.