OAuthConnectRequest Class

Get OAuth config query parameters.

All required parameters must be populated in order to send to Azure.

Inheritance
OAuthConnectRequest

Constructor

OAuthConnectRequest(*, farmer_id: str, o_auth_provider_id: str, user_redirect_link: str, user_redirect_state: Optional[str] = None, **kwargs)

Parameters

farmer_id
str
Required

Required. ID of the farmer.

o_auth_provider_id
str
Required

Required. ID of the OAuthProvider.

user_redirect_link
str
Required

Required. Link to redirect the user to, at the end of the oauth flow.

user_redirect_state
str
Required

State to provide back when redirecting the user, at the end of the oauth flow.