getExpires

abstract fun getExpires(): Date

Gets the expiration date of the authentication token attached to this Identity instance when available. Note that it may be missing, typically in return of the addIdentity method, which doesn't authenticate the user.

Return

The expiration date of the authentication token attached to this Identity instance or null if not available