Sha256: 7665ff18febfe1a0a82b9f7207102af40dc27929d542a300938e0844cf8589bb
Contents?: true
Size: 1.06 KB
Versions: 112
Compression:
Stored size: 1.06 KB
Contents
# OryClient::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-client' instance = OryClient::UiNodeScriptAttributes.new( async: null, crossorigin: null, id: null, integrity: null, node_type: null, nonce: null, referrerpolicy: null, src: null, type: null ) ```
Version data entries
112 entries across 112 versions & 1 rubygems