Interface AuthToken

All Known Implementing Classes:
InternalAuthToken

public sealed interface AuthToken permits InternalAuthToken
Token for holding authentication details, such as user name and password. Such a token is required by a Driver to authenticate with a Neo4j instance.
Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    expiringAt(long utcExpirationTimestamp)
    Returns a new instance of a type holding both the token and its UTC expiration timestamp.