OAuthSession.verify

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

class OAuthSession
const nothrow
bool
verify
(
scope Session httpSession
)

Parameters

httpSession Session

The current HTTP session.

Return Value

Type: bool

true if httpSession contains this session's signature.

Meta