ordercloud-javascript-sdk
    Preparing search index...

    Interface ImpersonateTokenRequest

    interface ImpersonateTokenRequest {
        ClientID?: string;
        CustomRoles?: string[];
        Roles?: ApiRole[];
    }
    Index
    ClientID?: string
    CustomRoles?: string[]
    Roles?: ApiRole[]