Home
last modified time | relevance | path

Searched refs:IsOAuth (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dsession_test.go64 {"Not affected by Session.IsOAuth being true", Session{IsOAuth: true}, false},
65 …{"Not affected by Session.IsOAuth being false", Session{IsOAuth: false, Props: StringMap{UserAuthS…
H A Dsession_serial_gen.go64 z.IsOAuth, err = dc.ReadBool()
188 err = en.WriteBool(z.IsOAuth)
255 o = msgp.AppendBool(o, z.IsOAuth)
330 z.IsOAuth, bts, err = msgp.ReadBoolBytes(bts)
H A Dutils.go91 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific member
151 ap.IsOAuth = false
H A Dsession.go50 IsOAuth bool `json:"is_oauth"` member
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dsession_serial_gen.go64 z.IsOAuth, err = dc.ReadBool()
188 err = en.WriteBool(z.IsOAuth)
255 o = msgp.AppendBool(o, z.IsOAuth)
330 z.IsOAuth, bts, err = msgp.ReadBoolBytes(bts)
H A Dsession.go52 IsOAuth bool `json:"is_oauth"` member
H A Dutils.go92 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific member
152 ap.IsOAuth = false
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dsession_serial_gen.go64 z.IsOAuth, err = dc.ReadBool()
188 err = en.WriteBool(z.IsOAuth)
255 o = msgp.AppendBool(o, z.IsOAuth)
330 z.IsOAuth, bts, err = msgp.ReadBoolBytes(bts)
H A Dutils.go91 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific member
151 ap.IsOAuth = false
H A Dsession.go50 IsOAuth bool `json:"is_oauth"` member
/dports/www/mattermost-server/mattermost-server-6.0.2/services/users/
H A Dsession.go157 if session.IsOAuth {
237 if session.IsOAuth {
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dsession.go41 IsOAuth: false,
56 IsOAuth: false,
100 !session.IsOAuth && !session.IsMobileApp() &&
407 IsOAuth: false,
H A Dsession_test.go51 IsOAuth: true,
290 …{enabled: true, name: "SSO", session: &model.Session{UserId: model.NewId(), IsOAuth: true, Token: …
293 …{enabled: false, name: "SSO", session: &model.Session{UserId: model.NewId(), IsOAuth: true, Token:…
H A Dlogin.go172 …session := &model.Session{UserId: user.Id, Roles: user.GetRawRoles(), DeviceId: deviceID, IsOAuth:…
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dsession.go47 IsOAuth bool `json:"is_oauth"` member
H A Dutils.go88 IsOAuth bool `json:"is_oauth,omitempty"` // Whether the error is OAuth specific member
150 ap.IsOAuth = false
H A Dserialized_gen.go64 z.IsOAuth, err = dc.ReadBool()
188 err = en.WriteBool(z.IsOAuth)
255 o = msgp.AppendBool(o, z.IsOAuth)
330 z.IsOAuth, bts, err = msgp.ReadBoolBytes(bts)
/dports/www/mattermost-server/mattermost-server-6.0.2/services/cache/
H A Dlru_test.go215 IsOAuth: false,
590 IsOAuth: false,
/dports/www/mattermost-server/mattermost-server-6.0.2/web/
H A Dhandlers.go220 } else if !session.IsOAuth && tokenLocation == app.TokenLocationQueryString {
321 c.Err.IsOAuth = false
H A Doauth.go60 if c.AppContext.Session().IsOAuth {
H A Dcontext.go149 if c.AppContext.Session().IsOAuth {
/dports/www/mattermost-server/mattermost-server-6.0.2/scripts/
H A Dmattermost-mysql-5.0.sql791 `IsOAuth` tinyint(1) DEFAULT NULL,
H A Dmattermost-mysql-6.0.sql771 `IsOAuth` tinyint(1) DEFAULT NULL,
/dports/www/mattermost-server/mattermost-server-6.0.2/store/storetest/
H A Doauth_store.go370 s1.IsOAuth = true
/dports/www/mattermost-server/mattermost-server-6.0.2/api4/
H A Duser.go1156 if c.AppContext.Session().IsOAuth {
1230 if c.AppContext.Session().IsOAuth && patch.Email != nil {
1521 if c.AppContext.Session().IsOAuth {
1572 if c.AppContext.Session().IsOAuth {
2251 if c.AppContext.Session().IsOAuth {

12