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';
}