Sha256: 44b63ac08506032dabf350bbb29ea7e4c6b2d63dcc2e511ddab55a690983adbe

Contents?: true

Size: 1.08 KB

Versions: 2

Compression:

Stored size: 1.08 KB

Contents

# OryKratosClient::UiNodeScriptAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **async** | **Boolean** | The script async type |  |
| **crossorigin** | **String** | The script cross origin policy |  |
| **id** | **String** | A unique identifier |  |
| **integrity** | **String** | The script's integrity hash |  |
| **node_type** | **String** |  |  |
| **nonce** | **String** | Nonce for CSP  A nonce you may want to use to improve your Content Security Policy. You do not have to use this value but if you want to improve your CSP policies you may use it. You can also choose to use your own nonce value! |  |
| **referrerpolicy** | **String** | The script referrer policy |  |
| **src** | **String** | The script source |  |
| **type** | **String** | The script MIME type |  |

## Example

```ruby
require 'ory-kratos-client'

instance = OryKratosClient::UiNodeScriptAttributes.new(
  async: null,
  crossorigin: null,
  id: null,
  integrity: null,
  node_type: null,
  nonce: null,
  referrerpolicy: null,
  src: null,
  type: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ory-kratos-client-0.9.0.alpha3 docs/UiNodeScriptAttributes.md
ory-kratos-client-0.9.0.alpha2 docs/UiNodeScriptAttributes.md