method
App.RotateSession
func (application *App) RotateSession(
ctx context.Context,
token string,
) (AuthSession, error)Atomically replace a valid bearer session.
Related types
AppA resolved application bound to operation services.
AuthSessionA newly authenticated session and its one-time raw token.