package dto type AuthorizationRequest struct { ResponseType string Scope string ClientId string State string RedirectUri string Nonce string }