@@ -595,7 +595,7 @@ func (c *FusionAuthClient) CheckChangePasswordUsingLoginIdWithContext(ctx contex
595595// An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
596596//
597597// string loginId The loginId of the User that you intend to change the password for.
598- // []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
598+ // []string loginIdTypes The identity types that FusionAuth will compare the loginId to.
599599func (c * FusionAuthClient ) CheckChangePasswordUsingLoginIdAndLoginIdTypes (loginId string , loginIdTypes []string ) (* BaseHTTPResponse , * Errors , error ) {
600600 return c .CheckChangePasswordUsingLoginIdAndLoginIdTypesWithContext (context .TODO (), loginId , loginIdTypes )
601601}
@@ -608,7 +608,7 @@ func (c *FusionAuthClient) CheckChangePasswordUsingLoginIdAndLoginIdTypes(loginI
608608// An HTTP status code of 400 with a general error code of [TrustTokenRequired] indicates that a Trust Token is required to make a POST request to this API.
609609//
610610// string loginId The loginId of the User that you intend to change the password for.
611- // []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
611+ // []string loginIdTypes The identity types that FusionAuth will compare the loginId to.
612612func (c * FusionAuthClient ) CheckChangePasswordUsingLoginIdAndLoginIdTypesWithContext (ctx context.Context , loginId string , loginIdTypes []string ) (* BaseHTTPResponse , * Errors , error ) {
613613 var resp BaseHTTPResponse
614614 var errors Errors
@@ -7126,7 +7126,7 @@ func (c *FusionAuthClient) RetrieveUserByLoginIdWithContext(ctx context.Context,
71267126// Retrieves the user for the loginId, using specific loginIdTypes.
71277127//
71287128// string loginId The email or username of the user.
7129- // []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
7129+ // []string loginIdTypes The identity types that FusionAuth will compare the loginId to.
71307130func (c * FusionAuthClient ) RetrieveUserByLoginIdWithLoginIdTypes (loginId string , loginIdTypes []string ) (* UserResponse , * Errors , error ) {
71317131 return c .RetrieveUserByLoginIdWithLoginIdTypesWithContext (context .TODO (), loginId , loginIdTypes )
71327132}
@@ -7135,7 +7135,7 @@ func (c *FusionAuthClient) RetrieveUserByLoginIdWithLoginIdTypes(loginId string,
71357135// Retrieves the user for the loginId, using specific loginIdTypes.
71367136//
71377137// string loginId The email or username of the user.
7138- // []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
7138+ // []string loginIdTypes The identity types that FusionAuth will compare the loginId to.
71397139func (c * FusionAuthClient ) RetrieveUserByLoginIdWithLoginIdTypesWithContext (ctx context.Context , loginId string , loginIdTypes []string ) (* UserResponse , * Errors , error ) {
71407140 var resp UserResponse
71417141 var errors Errors
@@ -7496,7 +7496,7 @@ func (c *FusionAuthClient) RetrieveUserLoginReportByLoginIdWithContext(ctx conte
74967496// string loginId The userId id.
74977497// int64 start The start instant as UTC milliseconds since Epoch.
74987498// int64 end The end instant as UTC milliseconds since Epoch.
7499- // []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
7499+ // []string loginIdTypes The identity types that FusionAuth will compare the loginId to.
75007500func (c * FusionAuthClient ) RetrieveUserLoginReportByLoginIdAndLoginIdTypes (applicationId string , loginId string , start int64 , end int64 , loginIdTypes []string ) (* LoginReportResponse , * Errors , error ) {
75017501 return c .RetrieveUserLoginReportByLoginIdAndLoginIdTypesWithContext (context .TODO (), applicationId , loginId , start , end , loginIdTypes )
75027502}
@@ -7509,7 +7509,7 @@ func (c *FusionAuthClient) RetrieveUserLoginReportByLoginIdAndLoginIdTypes(appli
75097509// string loginId The userId id.
75107510// int64 start The start instant as UTC milliseconds since Epoch.
75117511// int64 end The end instant as UTC milliseconds since Epoch.
7512- // []string loginIdTypes the identity types that FusionAuth will compare the loginId to.
7512+ // []string loginIdTypes The identity types that FusionAuth will compare the loginId to.
75137513func (c * FusionAuthClient ) RetrieveUserLoginReportByLoginIdAndLoginIdTypesWithContext (ctx context.Context , applicationId string , loginId string , start int64 , end int64 , loginIdTypes []string ) (* LoginReportResponse , * Errors , error ) {
75147514 var resp LoginReportResponse
75157515 var errors Errors
0 commit comments