• This function authenticates a managed service account and returns a managed service access token scoped to the tenant/environment of the passed-in Management JWT.

    Parameters

    • authEndpoint: string
    • clientId: string
    • clientSecret: string
    • managementJWT: string

    Returns Promise<TokenResult>

Generated using TypeDoc