Skip to content

isUserAuthenticated

Flow edited this page Jun 3, 2015 · 1 revision

This function takes no argument and returns a bool so you know if the user is authenticated.

if DisqusManager.sharedManager().isUserAuthenticated() {
    // do something
}
else {

}

Clone this wiki locally