mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 08:37:06 +00:00
7 lines
158 B
Go
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
|
|
}
|