forked from Silverfish/proton-bridge
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
|
|
}
|