method
App.Session
func (application *App) Session(
ctx context.Context,
token string,
) (AuthSession, error)Resolve one raw session token and current user.
Related types
AppA resolved application bound to operation services.
AuthSessionA newly authenticated session and its one-time raw token.