public static async Task<AuthenticationProfile> SetActiveScopeAsync(AuthTicket authTicket, Scope scope) { return await RefreshUserAuthTicketAsync(authTicket, scope.Id); }
public static AuthenticationProfile SetActiveScope(AuthTicket authTicket, Scope scope) { return RefreshUserAuthTicket(authTicket, scope.Id); }