Sign in
third-party-mirror
/
hashicorp
/
vault
/
207cf1a6dd87aaf17739c72eeeef099f0e1cbae6
/
.
/
v1.14.6
/
ui
/
app
/
serializers
/
oidc
/
scope.js
blob: 0d829bb795f2aea33b7a8cb4a08f3276702cd50b [
file
] [
log
] [
blame
]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import
ApplicationSerializer
from
'../application'
;
export
default
class
OidcScopeSerializer
extends
ApplicationSerializer
{
primaryKey
=
'name'
;
}