@novice1/frame - v0.3.1
    Preparing search index...

    Interface OAuth2ClientCredsTokenParams

    interface OAuth2ClientCredsTokenParams {
        clientId: string;
        clientSecret: string;
        grantType: string;
        scope?: string;
    }
    Index

    Properties

    clientId: string
    clientSecret: string
    grantType: string
    scope?: string