Class APIGatewayV2HTTPEvent.RequestContext.Authorizer.JWT

    • Constructor Summary

      Constructors 
      Constructor Description
      JWT()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.Map<java.lang.String,​java.lang.String> getClaims()  
      @NotNull java.util.List<java.lang.String> getScopes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JWT

        public JWT()
    • Method Detail

      • getClaims

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getClaims()
      • getScopes

        @NotNull
        public @NotNull java.util.List<java.lang.String> getScopes()