Package sh.ory.hydra.model
Class FlushInactiveOAuth2TokensRequest
- java.lang.Object
-
- sh.ory.hydra.model.FlushInactiveOAuth2TokensRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-01-12T16:13:57.119092Z[GMT]") public class FlushInactiveOAuth2TokensRequest extends Object
FlushInactiveOAuth2TokensRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NOT_AFTER
-
Constructor Summary
Constructors Constructor Description FlushInactiveOAuth2TokensRequest()
-
Method Summary
Modifier and Type Method Description booleanequals(Object o)org.threeten.bp.OffsetDateTimegetNotAfter()NotAfter sets after which point tokens should not be flushed.inthashCode()FlushInactiveOAuth2TokensRequestnotAfter(org.threeten.bp.OffsetDateTime notAfter)voidsetNotAfter(org.threeten.bp.OffsetDateTime notAfter)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NOT_AFTER
public static final String SERIALIZED_NAME_NOT_AFTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
notAfter
public FlushInactiveOAuth2TokensRequest notAfter(org.threeten.bp.OffsetDateTime notAfter)
-
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)
-
-