@ory/client
Version:
OpenAPI client for @ory/client
22 lines (14 loc) • 687 B
Markdown
# OAuth2RedirectTo
Contains a redirect URL used to complete a login, consent, or logout request.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**redirect_to** | **string** | RedirectURL is the URL which you should redirect the user\'s browser to once the authentication process is completed. | [default to undefined]
## Example
```typescript
import { OAuth2RedirectTo } from '@ory/client';
const instance: OAuth2RedirectTo = {
redirect_to,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)