--- permalink: /1.34/authentication/v1/boundObjectReference/ --- # authentication.v1.boundObjectReference "BoundObjectReference is a reference to an object that a token is bound to." ## Index * [`fn withKind(kind)`](#fn-withkind) * [`fn withName(name)`](#fn-withname) * [`fn withUid(uid)`](#fn-withuid) ## Fields ### fn withKind ```ts withKind(kind) ``` "Kind of the referent. Valid kinds are 'Pod' and 'Secret'." ### fn withName ```ts withName(name) ``` "Name of the referent." ### fn withUid ```ts withUid(uid) ``` "UID of the referent."