Class PlaceboSmsClient

java.lang.Object
net.optionfactory.keycloak.authenticators.sms.PlaceboSmsClient
All Implemented Interfaces:
SmsClient, org.keycloak.provider.Provider

public class PlaceboSmsClient extends Object implements SmsClient
  • Constructor Details

    • PlaceboSmsClient

      public PlaceboSmsClient()
  • Method Details

    • send

      public String send(String phoneNumber, String message)
      Specified by:
      send in interface SmsClient
    • close

      public void close()
      Specified by:
      close in interface org.keycloak.provider.Provider