mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
af7eea35a1
Decafeinate Authorization Feature GitOrigin-RevId: 5f139c24eac38ef0818a0eec9d308aacca0fde56
7 lines
150 B
JavaScript
7 lines
150 B
JavaScript
module.exports = {
|
|
READ_ONLY: 'readOnly', // LEGACY
|
|
READ_AND_WRITE: 'readAndWrite', // LEGACY
|
|
PRIVATE: 'private',
|
|
TOKEN_BASED: 'tokenBased'
|
|
}
|