@ory/client
Version:
OpenAPI client for @ory/client
31 lines (23 loc) • 1.65 kB
Markdown
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | **object** | | [optional] [default to undefined]
**grant_access_token_audience** | **Array<string>** | GrantedAudience sets the audience the user authorized the client to use. Should be a subset of &
**grant_scope** | **Array<string>** | GrantScope sets the scope the user authorized the client to use. Should be a subset of &
**remember** | **boolean** | Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same client asks the same user for the same, or a subset of, scope. | [optional] [default to undefined]
**remember_for** | **number** | RememberFor sets how long the consent authorization should be remembered for in seconds. If set to &
**session** | [**AcceptOAuth2ConsentRequestSession**](AcceptOAuth2ConsentRequestSession.md) | | [optional] [default to undefined]
```typescript
import { AcceptOAuth2ConsentRequest } from '@ory/client';
const instance: AcceptOAuth2ConsentRequest = {
context,
grant_access_token_audience,
grant_scope,
remember,
remember_for,
session,
};
```
[[Back to Model list]](../README.md