Interface OAuth2TrustedJwtIssuerExportOptions

OAuth2 trusted jwt issuer export options

interface OAuth2TrustedJwtIssuerExportOptions {
    deps: boolean;
    useStringArrays: boolean;
}

Properties

deps: boolean

Include any dependencies (scripts).

useStringArrays: boolean

Use string arrays to store multi-line text in scripts.