()
| 1430 | } |
| 1431 | |
| 1432 | isSchoology () { |
| 1433 | return this.get('oAuth2Identities')?.some(identity => identity.provider === 'schoology') |
| 1434 | } |
| 1435 | |
| 1436 | isClassLink () { |
| 1437 | return this.get('oAuth2Identities')?.some(identity => identity.provider === 'classlink') |