@microsoft/ccf-app
    Preparing search index...

    Interface AuthnIdentityCommon

    interface AuthnIdentityCommon {
        policy: string | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    policy: string | string[]

    A string indicating which policy accepted this request, for use when multiple policies are listed in the endpoint configuration of app.json, or list-of-strings to identify an all_of policy.