/** * The (primary) user email. Also used by the Microsoft auth provider to resolve the User entity. * * @public */ export declare const MICROSOFT_EMAIL_ANNOTATION = "microsoft.com/email"; /** * The tenant id used by the Microsoft Graph API * * @public */ export declare const MICROSOFT_GRAPH_TENANT_ID_ANNOTATION = "graph.microsoft.com/tenant-id"; /** * The group id used by the Microsoft Graph API * * @public */ export declare const MICROSOFT_GRAPH_GROUP_ID_ANNOTATION = "graph.microsoft.com/group-id"; /** * The user id used by the Microsoft Graph API * * @public */ export declare const MICROSOFT_GRAPH_USER_ID_ANNOTATION = "graph.microsoft.com/user-id";