public static Task<TR> ExecuteAuthCommand<TC, TR>( this IAuthentication auth, TC command, bool throwOnError = true ) where TC : AuthenticatedCommand where TR : KeeperApiResponse
In This Article