9 lines
278 B
Go
9 lines
278 B
Go
|
// Copyright 2022 the Pinniped contributors. All Rights Reserved.
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
// +k8s:deepcopy-gen=package
|
||
|
// +groupName=oauth.virtual.supervisor.pinniped.dev
|
||
|
|
||
|
// Package oauth is the internal version of the Pinniped virtual oauth API.
|
||
|
package oauth
|