@typia/website
    Preparing search index...

    OAuth2 authentication type.

    interface IOAuth2 {
        description?: string;
        flows: OpenApi.ISecurityScheme.IOAuth2.IFlowSet;
        type: "oauth2";
    }
    Index

    Properties

    description?: string
    type: "oauth2"