Interface IDToken

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  IDToken.Jsii$Default
      Internal default implementation for IDToken.
      static class  IDToken.Jsii$Proxy
      A proxy class which represents a concrete javascript instance of this type.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Object getAud()
      (experimental) The required aud sub-keyword is used to configure the aud claim for the JWT.
      void setAud​(String value)
      (experimental) The required aud sub-keyword is used to configure the aud claim for the JWT.
      void setAud​(List<String> value)
      (experimental) The required aud sub-keyword is used to configure the aud claim for the JWT.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
    • Method Detail

      • getAud

        @Stability(Experimental)
        @NotNull
        Object getAud()
        (experimental) The required aud sub-keyword is used to configure the aud claim for the JWT.
      • setAud

        void setAud​(@NotNull
                    String value)
        (experimental) The required aud sub-keyword is used to configure the aud claim for the JWT.
      • setAud

        void setAud​(@NotNull
                    List<String> value)
        (experimental) The required aud sub-keyword is used to configure the aud claim for the JWT.