Interface CustomerSetAuthenticationModeAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetAuthenticationModeAction extends CustomerUpdateAction
CustomerSetAuthenticationModeAction
Example to create an instance using the builder pattern

     CustomerSetAuthenticationModeAction customerSetAuthenticationModeAction = CustomerSetAuthenticationModeAction.builder()
             .authMode(AuthenticationMode.PASSWORD)
             .build()