0f25657a35
Signed-off-by: Matt Moyer <moyerm@vmware.com>
9 lines
307 B
Go
9 lines
307 B
Go
// Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// +k8s:deepcopy-gen=package
|
|
// +groupName=authentication.concierge.pinniped.dev
|
|
|
|
// Package authentication is the internal version of the Pinniped concierge authentication API.
|
|
package authentication
|