method
App.Sessions
func (application *App) Sessions(
ctx context.Context,
token string,
) ([]AuthSessionInfo, error)List safe active-session metadata for the bearer user.
Related types
AppA resolved application bound to operation services.
AuthSessionInfoSafe metadata for an active session or device.