requestDeviceCode

suspend fun requestDeviceCode(scopes: List<String> = listOf( "urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail", "offline_access" )): DeviceCodeResponse