OS3FlowClientCredentials
@tsed/openspec
Usage
typescript
import { OS3FlowClientCredentials } from "@tsed/openspec";Overview
ts
interface OS3FlowClientCredentials extends OS3Flow {
tokenUrl: string;
}tokenUrl
ts
tokenUrl: string;The token URL to be used for this flow. This MUST be in the form of a URL.