Class SnsSmsClient

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

public class SnsSmsClient extends Object implements SmsClient
  • Constructor Details

  • 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