AuthorizationParameters

public struct AuthorizationParameters : Equatable, Hashable
extension AuthorizationParameters: Sendable

Parameters provided in an incoming OAuth request.

This struct represents parameters obtained from an incoming OAuth request - that is, the values that an OAuth client would append to the authorization URL when initiating an OAuth sign-in flow.