Function OAuthSession.verify

Verify if this is the session referenced by the given HTTP session.

bool verify (
  scope vibe.http.session.Session httpSession
) nothrow @safe const;

Parameters

NameDescription
httpSession The current HTTP session.

Returns

true if httpSession contains this session's signature.