Class FlushInactiveOAuth2TokensRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2021-01-12T16:13:57.119092Z[GMT]")
    public class FlushInactiveOAuth2TokensRequest
    extends Object
    FlushInactiveOAuth2TokensRequest
    • Constructor Detail

      • FlushInactiveOAuth2TokensRequest

        public FlushInactiveOAuth2TokensRequest()
    • Method Detail

      • getNotAfter

        @Nullable
        public org.threeten.bp.OffsetDateTime getNotAfter()
        NotAfter sets after which point tokens should not be flushed. This is useful when you want to keep a history of recently issued tokens for auditing.
        Returns:
        notAfter
      • setNotAfter

        public void setNotAfter​(org.threeten.bp.OffsetDateTime notAfter)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object