Files
proton-bridge/internal/bridge/bridge_test_exports.go
2020-04-21 13:29:26 +02:00

7 lines
158 B
Go

package bridge
// IsAuthorized returns whether the user has received an Auth from the API yet.
func (u *User) IsAuthorized() bool {
return u.isAuthorized
}