hasProfileScope function
Check if OAuth token has the user:profile scope.
Implementation
bool hasProfileScope() {
return getNeomageAIOAuthTokens()?.scopes.contains(neomageAiProfileScope) ??
false;
}
Check if OAuth token has the user:profile scope.
bool hasProfileScope() {
return getNeomageAIOAuthTokens()?.scopes.contains(neomageAiProfileScope) ??
false;
}