Interface DeviceRepresentationProvider

All Superinterfaces:
Provider

public interface DeviceRepresentationProvider extends Provider
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    org.keycloak.representations.account.DeviceRepresentation
     
  • Method Details

    • deviceRepresentation

      org.keycloak.representations.account.DeviceRepresentation deviceRepresentation()
    • close

      default void close()
      Specified by:
      close in interface Provider