Home
last modified time | relevance | path

Searched defs:identifyUser (Results 1 – 4 of 4) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/engine/
H A Didentify2_with_uid.go42 type identifyUser struct { struct
43 arg libkb.LoadUserArg
44 full *libkb.User
45 thin *keybase1.UserPlusKeysV2AllIncarnations
46 isDeleted bool
49 func (i *identifyUser) GetUID() keybase1.UID {
59 func (i *identifyUser) GetName() string {
105 func (i *identifyUser) Export() *keybase1.User {
137 func (i *identifyUser) Equal(i2 *identifyUser) bool {
152 func (i *identifyUser) isNil() bool {
[all …]
/dports/security/keybase/client-v5.7.1/go/chat/
H A Didentify.go246 func (t *NameIdentifier) identifyUser(ctx context.Context, assertion string, private bool, idBehavi… func
/dports/security/keybase/client-v5.7.1/go/kbfs/tlfhandle/
H A Didentify_util.go220 func identifyUser(ctx context.Context, nug idutil.NormalizedUsernameGetter, func
/dports/www/wt/wt-4.6.1/src/Wt/Auth/
H A DAuthService.C172 User AuthService::identifyUser(const Identity& identity, in identifyUser() function