Method: OpenapiClient::ClientRequest#redirect_uris

Defined in:
lib/openapi_client/models/client_request.rb

#redirect_urisObject

Indicates the URI to return the user to after authorization is complete, which is the endpoint on your server to receive the authorization_code. Must be identical to the redirect URI provided in the original link. Please email me after signup and I will set both your client secret and redirect_uri (required) when you reach out.



22
23
24
# File 'lib/openapi_client/models/client_request.rb', line 22

def redirect_uris
  @redirect_uris
end