Function OAuthSession.save

Save this session's data into an HTTP session.

void save (
  scope vibe.http.session.Session httpSession
) @safe const;

Parameters

NameDescription
httpSession target HTTP session.